StorageFile から画像をロードします。
シンタックス
'宣言
Public Overloads Function LoadAsync( _
ByVal As Windows.Storage.StorageFile, _
ByVal As ContainerFormat, _
ByVal As System.Nullable(Of ImageRect), _
ByVal ParamArray () As BaseTransform _
) As System.Threading.Tasks.Task
public System.Threading.Tasks.Task LoadAsync(
Windows.Storage.StorageFile ,
ContainerFormat ,
System.Nullable<ImageRect> ,
params BaseTransform[]
)
パラメータ
- storageFile
- 入力 StorageFile。
- containerFormat
- 画像コンテナ形式。形式を自動的に検出するには、Unknown を使用します。
- imageRect
- すべての変換を終了した後の画像のクリッピング四角形。
- transforms
- ロードする画像の変換チェーン。
参照